home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / hf^k-3.dms / in.adf / C-Incl.Lha / wbstartup.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-13  |  316 b   |  23 lines

  1. #ifndef _INCLUDE_WBSTARTUP
  2. #define _INCLUDE_WBSTARTUP
  3.  
  4. /*
  5. **  $VER: wbstartup.h 1.0 (18.1.96)
  6. **  StormC Release 1.1
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15.  
  16. void wbmain(struct WBStartup *);
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21.  
  22. #endif
  23.